projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6906ed2
)
; * src/dispnew.c (update_frame_line): Fix thinko (bug#71289).
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 7 Jun 2024 06:11:04 +0000
(09:11 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 7 Jun 2024 06:11:04 +0000
(09:11 +0300)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 8223b90f4a45256f18e976bbff3e28f73330bc92..e74147f1456e5c6a2542d8691828ef3fb9cb5382 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-5265,7
+5265,7
@@
update_frame_line (struct frame *f, int vpos, bool updating_menu_p)
/* This should never happen, but evidently sometimes does if one
resizes the frame quickly enough. Prevent aborts in cmcheckmagic. */
- if (vpos >= FRAME_LINES (f))
+ if (vpos >= FRAME_
TOTAL_
LINES (f))
return;
if (colored_spaces_p)